cfi_flash: Fix strings split across lines
authorMario Six <[email protected]>
Fri, 26 Jan 2018 13:43:50 +0000 (14:43 +0100)
committerStefan Roese <[email protected]>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit876c52f3c35738eab091c0ef2fad28d8cbaa2c5f
treed81f11fb1e7601b2e120cb202ad462487d34dad7
parent5312838dd5b3959907d6c4f0ec3e04954210fafc
cfi_flash: Fix strings split across lines

Strings should not be split accross multiple lines. Where possible and
not detrimental to readability, fix the instances where this occurs.

Signed-off-by: Mario Six <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
drivers/mtd/cfi_flash.c